home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / book33.dir / 00051.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  637 b   |  22 lines

  1. on mouseDown
  2.   set the castNum of sprite 27 to cast "saveprint"
  3.   if pressLessonButton(27) then
  4.     pupSprites(1, 48, 0)
  5.     pupSprites(30, 34, 1)
  6.     repeat with x = 30 to 34
  7.       set the moveableSprite of sprite x to 1
  8.     end repeat
  9.     set the locH of sprite 30 to -2
  10.     set the locV of sprite 30 to -12
  11.     set the locH of sprite 31 to 382
  12.     set the locV of sprite 31 to 250
  13.     set the locH of sprite 32 to 339
  14.     set the locV of sprite 32 to 230
  15.     set the locH of sprite 33 to 426
  16.     set the locV of sprite 33 to 230
  17.     set the locH of sprite 34 to 382
  18.     set the locV of sprite 34 to 277
  19.     updateStage()
  20.   end if
  21. end
  22.